Spaces:
Running
on
Zero
Running
on
Zero
File size: 280 Bytes
c1683bf |
1 2 3 4 5 6 7 8 |
#
# This repository is an Anvil app. Learn more at https://anvil.works/
# To run the server-side code on your own machine, run:
# pip install anvil-uplink
# python -m anvil.run_app_via_uplink YourAppPackageName
__path__ = [__path__[0]+"/server_code", __path__[0]+"/client_code"]
|