Skip to content

Instantly share code, notes, and snippets.

View likecodingloveproblems's full-sized avatar
😀
;)

Mohammad Ali Mehdizadeh likecodingloveproblems

😀
;)
View GitHub Profile
@likecodingloveproblems
likecodingloveproblems / ops.py
Created November 16, 2024 08:41
Sample Opensees API wrapper
import enum
from typing import Any, Literal, Optional
from openseespy import opensees as ops
from pydantic import BaseModel, Field
def tag_generator():
count = 0