move ALTTP to its own world folder

This commit is contained in:
Fabian Dill
2020-10-24 05:38:56 +02:00
parent 4f8c737eec
commit 1d58f54101
36 changed files with 253 additions and 228 deletions

View File

@@ -3,11 +3,9 @@ import collections
from flask import render_template
from werkzeug.exceptions import abort
import datetime
import logging
from uuid import UUID
import Items
import Regions
from worlds.alttp import Items, Regions
from WebHostLib import app, cache, Room
from Utils import Hint