mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-01-18 16:47:25 +01:00
10 lines
100 B
Python
10 lines
100 B
Python
from src.handler import handler
|
|
|
|
|
|
def main():
|
|
handler()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|