Skip to content

Commit

Permalink
fix: doom_creator/templates.py linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioseel committed Oct 11, 2024
1 parent 6fbface commit 426d0d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doom_creator/util/templates.py
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
"""Templates for doom scenario creation
This module provides the templates for acs scripts, decorate
definitions and the overall config (vizdoom)
"""
from doom_creator.util._templates import acs, decorate, vizdoom

__all__ = ['acs', 'decorate', 'vizdoom']

0 comments on commit 426d0d1

Please sign in to comment.