Skip to content

Commit

Permalink
__init__.py: Import mesa.experimental (projectmesa#2374)
Browse files Browse the repository at this point in the history
Fixes some of the imports in the style of

import mesa
mesa.experimental. ...
  • Loading branch information
EwoutH authored Oct 16, 2024
1 parent 7ad5826 commit f904b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import datetime

import mesa.experimental as experimental
import mesa.space as space
import mesa.time as time
from mesa.agent import Agent
Expand Down

0 comments on commit f904b20

Please sign in to comment.