diff --git a/bemani/frontend/static/__init__.py b/bemani/frontend/static/__init__.py index a1d4516..5500354 100644 --- a/bemani/frontend/static/__init__.py +++ b/bemani/frontend/static/__init__.py @@ -1,8 +1,8 @@ -import os - -static_location = os.path.abspath(os.path.dirname(__file__)) - - -__all__ = [ - "static_location", -] +import os + +static_location = os.path.abspath(os.path.dirname(__file__)) + + +__all__ = [ + "static_location", +]