Browse Source

Run as script

croc
Luke Murphy 4 years ago
parent
commit
6e36f910ef
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      dropship/__init__.py

4
dropship/__init__.py

@ -13,3 +13,7 @@ def main():
await sleep_forever()
run(_main)
if __name__ == "__main__":
main()

Loading…
Cancel
Save