Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/file_server/__init__.py

6 lines
309 B

""" Classes to serve files from various sources.
This stuff has been split out into a separate package so that it can be imported into the asl-rulebook project,
since that will often be running while a game is being played, so that can provide these services, without having
to run this project as well.
"""