Skip to content

Commit

Permalink
resources: make shaders module available
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Apr 23, 2020
1 parent 1202578 commit 572e840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Union
from pathlib import Path

from . import shaders

#: The absolute path to this directory
RESOURCE_PATH = Path(__file__).parent.absolute()
Expand Down

0 comments on commit 572e840

Please sign in to comment.