mirror of
https://github.com/DarrylNixon/CrowdTLS-server.git
synced 2024-09-22 18:19:43 -07:00
7 lines
107 B
Python
7 lines
107 B
Python
|
from rocketry import Rocketry
|
||
|
|
||
|
app = Rocketry(execution="async")
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
app.run()
|